<!-- Plupload --> <form id="pluploadForm"> <div id="pluploadUploader"> <p>You browser doesn't have Flash, Silverlight, Gears, BrowserPlus or HTML5 support.</p> </div> </form> <!-- // Plupload END -->
@import "http://localhost/shared/components/modules/admin/forms/file_manager/plupload/assets/lib/jquery.plupload.queue/css/jquery.plupload.queue.css";
<head>
section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
BODY You should include the following scripts at the end of the HTML document, right before the closing </body>
tag.
<script src="assets/components/modules/admin/forms/file_manager/plupload/assets/lib/plupload.full.js?v=v1.2.3"></script> <script src="assets/components/modules/admin/forms/file_manager/plupload/assets/lib/jquery.plupload.queue/jquery.plupload.queue.js?v=v1.2.3"></script> <script src="assets/components/modules/admin/forms/file_manager/plupload/assets/custom/plupload.init.js?v=v1.2.3"></script>